.abt {
  padding-top: 70px;
  padding-bottom: 5.36vw;
  background: url(../images/abt_bg.jpg) no-repeat right 46px;
}
.abt .tit {
  position: relative;
}
.abt .tit em {
  font-size: 46px;
  color: #323232;
  display: block;
}
.abt .tit em span {
  font-size: 72px;
  line-height: 46px;
}
.abt .tit .en {
  font-size: 18px;
  letter-spacing: 1px;
  color: #6a6a6a;
  padding-left: 34px;
  margin-top: 17px;
}
.abt .tit .cn {
  font-size: 24px;
  color: #343434;
  padding-left: 30px;
  margin-top: 30px;
}
.abt .tit::after {
  content: url(../images/abt.jpg);
  position: absolute;
  z-index: 2;
  bottom: -3.22vw;
  left: -135px;
  transform: translateY(100%);
}
.abt .main {
  align-items: flex-end;
}
.abt .box {
  height: 410px;
  margin-top: 2.86vw;
  position: relative;
}
.abt .lft {
  position: relative;
}
.abt .lft P {
  width: 488px;
  font-size: 12px;
  line-height: 30px;
  color: #939292;
}
.abt .rht {
  margin-top: 3.6vw;
}
.abt .rht .cont {
  width: 528px;
  font-size: 16px;
  line-height: 36px;
  color: #343434;
}
.abt .rht .more {
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  right: -350px;
  top: 0;
  width: 1023px;
  padding: 50px 0;
  padding-left: 145px;
  background-color: #f5f6f8;
}
.abt .rht .more .mores {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  display: block;
  width: 190px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background-color: #2a3c7b;
}
.abt .rht .more .mores span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.abt .rht .more .mores span::after {
  content: '»';
  font-size: 20px;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.abt .rht .more .mores:hover span {
  padding-right: 25px;
}
.abt .rht .more .mores:hover span::after {
  opacity: 1;
  right: 0;
}
.abt .rht .more .lt ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 52px;
}
.abt .rht .more .lt ul a {
  width: 205px;
  height: 187px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.abt .rht .more .lt ul a .cn {
  font-size: 20px;
  color: #313131;
  margin-top: 26px;
}
.abt .rht .more .lt ul a .en {
  font-size: 12px;
  color: #989898;
}
.abt .abts {
  display: none;
}
@media screen and (max-width: 1560px) {
  .abt .rht .more {
    padding-left: 100px;
  }
  .abt .rht .more .lt ul a {
    margin-right: 15px;
    width: 165px;
  }
}
@media screen and (max-width: 1260px) {
  .abt .tit {
    text-align: center;
  }
  .abt .tit .en,
  .abt .tit .cn {
    padding-left: 0;
  }
  .abt .tit::after {
    display: none;
  }
  .abt .rht .more {
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 5%;
    right: auto;
  }
  .abt .rht .more .rt {
    display: none;
  }
  .abt .rht .more .mores {
    margin: auto;
  }
  .abt .rht .more .lt ul {
    display: none;
  }
  .abt .lft p {
    display: none;
  }
  .abt .box {
    height: auto;
  }
  .abt .rht .cont {
    width: 100%;
    text-align: center;
  }
  .abt .abts {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .abt {
    padding: 40px 0;
    padding-bottom: 60px;
  }
  .abt .tit em {
    font-size: 25px;
  }
  .abt .tit em span {
    font-size: 40px;
  }
  .abt .tit .en {
    display: none;
  }
  .abt .tit .cn {
    font-size: 16px;
    margin-top: 5px;
  }
  .abt .rht .cont {
    font-size: 14px;
    line-height: 32px;
  }
  .abt .rht .more {
    padding: 0;
    background: none;
  }
  .abt .rht .more .mores {
    width: 140px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
}
.hd_tit {
  color: #fff;
  align-items: center;
}
.hd_tit .lft .en {
  font-size: 46px;
  position: relative;
}
.hd_tit .lft .en span {
  font-size: 72px;
  line-height: 45px;
}
.hd_tit .lft .en::after {
  content: 'HESHENG';
  color: #ababab;
  font-size: 15px;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  top: -18px;
}
.hd_tit .lft .cn {
  margin-top: 24px;
  font-size: 24px;
}
.hd_tit .rht {
  color: #ffffff;
}
.hd_tit .rht .p1 {
  font-size: 18px;
}
.hd_tit .rht .p2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 18px;
}
.hd_tit .rht .cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 20px;
}
.hd_tit .rht .cell .tell {
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-right: 0;
  padding: 0 16px;
  font-size: 16px;
  height: 100%;
  line-height: 35px;
}
.hd_tit .rht .cell .tell i {
  font-size: 26px;
  vertical-align: auto;font-weight: bold;
}
.hd_tit .rht .cell a {
  height: 100%;
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 83px;
  font-size: 16px;
  background-color: #cb0608;
}
@media screen and (max-width: 750px) {
  .hd_tit {
    justify-content: center;
    text-align: center;
  }
  .hd_tit .rht,
  .hd_tit .lft .en::after {
    display: none;
  }
  .hd_tit .lft .en {
    font-size: 25px;
  }
  .hd_tit .lft .en span {
    font-size: 40px;
  }
  .hd_tit .lft .cn {
    margin-top: 0;
    font-size: 15px;
  }
}
.prods {
  padding-top: 94px;
  background: url(../images/prod_bg.jpg) no-repeat center top;
}
.prods .main {
  width: 1327px;
  padding: 4vw 3.28vw;
  padding-bottom: 2.8vw;
  margin: auto;
  margin-top: 57px;
  background-color: #fffeff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
}
.prods .main aside {
  color: #323232;
}
.prods .main aside .en {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}
.prods .main aside .cn {
  font-size: 24px;
  margin-top: 1.56vw;
}
.prods .main aside hr {
  margin-top: 1.5vw;
  width: 45px;
  height: 3px;
  background-color: #425188;
}
.prods .main aside ul {
  padding-top: 36px;
}
.prods .main aside ul a {
  display: block;
  margin-bottom: 20px;
  width: 180px;
  height: 36px;
  line-height: 33px;
  font-size: 16px;
  color: #323232;
  text-align: center;
  background-color: #fffeff;
  border: solid 1px #d6d6d6;
}
.prods .main aside ul a:hover {
  background-color: #2a3c7b;
  color: #fff;
  border-color: #2a3c7b;
}
.prods .main aside ul a:last-child {
  margin-bottom: 0;
}
.prods .main .items {
  width: 75%;
  flex-wrap: wrap;
}
.prods .main .items a {
  width: 31.6%;
  position: relative;
  margin-bottom: 26px;
}
.prods .main .items a .tit {
  transition: 0.4s;
  opacity: 0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(42, 60, 123, 0.77);
}
.prods .main .items a:hover .tit {
  opacity: 1;
}
.prods .main .items a:nth-child(n+4) {
  margin-bottom: 0;
}
.prods .mores {
  display: none;
  margin: auto;
  margin-top: 20px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #2a3c7b;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .prods .main {
    width: 1200px;
  }
  .prods .main .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .prods .main {
    width: 96%;
  }
}
@media screen and (max-width: 1000px) {
  .prods .main aside {
    display: none;
  }
  .prods .main .items {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .prods {
    padding: 45px 0;
  }
  .prods .main {
    padding: 2%;
    margin-top: 30px;
  }
  .prods .main .items a {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .prods .mores {
    display: block;
  }
}
.new_s {
  padding-top: 6.25vw;
  padding-bottom: 3vw;
}
.new_s .hd_tit {
  color: #fff;
}
.new_s .hd_tit .en {
  color: #333;
}
.new_s .hd_tit .cn {
  color: #101010;
}
.new_s .hd_tit .more {
  position: relative;
  display: block;
  width: 135px;
  height: 45px;
  line-height: 45px;
  color: #101010;
  font-size: 18px;
  text-align: center;
  background-color: #ededed;
}
.new_s .hd_tit .more::before {
  width: 33px;
  height: 1px;
  background-color: #e1e1e1;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
.new_s .hd_tit .more::after {
  width: 350px;
  height: 1px;
  background-color: #e1e1e1;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.new_s .hd_tit .more:hover {
  background-color: #2a3c7b;
  color: #fff;
}
.new_s .tp {
  margin-top: 2.8vw;
  flex-wrap: wrap;
}
.new_s .tp a {
  width: 30.3%;
}
.new_s .tp a:hover .tit {
  color: #2a3c7b;
}
.new_s .tp a:hover hr {
  width: 100%;
}
.new_s .tp .tit {
  font-size: 18px;
  color: #101010;
  margin-top: 27px;
}
.new_s .tp hr {
  transition: 0.8s;
  width: 35px;
  height: 2px;
  background-color: #232323;
  margin-top: 1.25vw;
}
.new_s .tp .ct {
  color: #666666;
  line-height: 34px;
  color: #666;
  margin-top: 6px;
}
.new_s .tp time {
  display: block;
  font-size: 12px;
  color: #989898;
  margin-top: 0.625vw;
}
.new_s .line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 2.82vw;
  position: relative;
}
.new_s .bm {
  padding-left: 12px;
}
.new_s .bm a {
  width: 30%;
  position: relative;
  padding-left: 28px;
  padding-top: 2.6vw;
}
.new_s .bm a:hover .tit {
  color: #2a3c7b;
}
.new_s .bm a:hover span::before {
  height: 100%;
}
.new_s .bm a:hover i {
  background-color: #2a3c7b;
  border-color: #2a3c7b;
}
.new_s .bm .tit {
  font-size: 18px;
  color: #101010;
}
.new_s .bm time {
  display: block;
  font-size: 12px;
  color: #989898;
  margin-top: 1.14vw;
}
.new_s .bm .ct {
  line-height: 26px;
  color: #656565;
  margin-top: 0.78vw;
}
.new_s .bm i {
  transition: 0.4s;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
}
.new_s .bm span {
  position: absolute;
  left: 8px;
  top: -37px;
  width: 1px;
  height: 135px;
  background-color: #ebebeb;
}
.new_s .bm span::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-25%);
  width: 3px;
  height: 25px;
  background-color: #2a3c7b;
}
@media screen and (max-width: 750px) {
  .new_s .hd_tit .more {
    display: none;
  }
  .new_s .line {
    display: none;
  }
  .new_s .bm {
    display: none;
  }
  .new_s .tp a {
    width: 100%;
    margin-bottom: 20px;
  }
  .new_s .tp .tit {
    margin-top: 10px;
  }
}